Uses of Class
org.eclipse.vtp.framework.interactions.core.configurations.MetaDataItemConfiguration

Packages that use MetaDataItemConfiguration
org.eclipse.vtp.framework.interactions.core.configurations   
 

Uses of MetaDataItemConfiguration in org.eclipse.vtp.framework.interactions.core.configurations
 

Methods in org.eclipse.vtp.framework.interactions.core.configurations that return MetaDataItemConfiguration
 MetaDataItemConfiguration[] MetaDataConfiguration.getItem(java.lang.String key)
          Returns the items configured for the specified brand, interaction type, and language or null if no such item is configured.
 

Methods in org.eclipse.vtp.framework.interactions.core.configurations with parameters of type MetaDataItemConfiguration
 void MetaDataConfiguration.setItem(java.lang.String key, MetaDataItemConfiguration[] items)
          Sets the items configured for the specified brand, interaction type, and language.